From: Glenn Morris Date: Sun, 12 Jul 2009 01:17:19 +0000 (+0000) Subject: Mention info-xref. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11508 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9b879fdecca2893b5753fabbbe511c9701d1e9ed;p=emacs.git Mention info-xref. --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 3b79d1944df..28850b83224 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -4,7 +4,11 @@ Tasks needed before the next release. ** Manuals Check cross-references between the manuals (eg from emacs to elisp) -are correct. (Is there an automated way to do this?) +are correct. You can use something like the following in the info +directory in the Emacs build tree: + +emacs -Q --eval "(setq Info-default-directory-list '(\".\"))" \ + -f info-xref-check-all make emacs.dvi, elisp.dvi, and deal with any errors (undefined references etc) in the output. Break any overfull lines.